home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / diskutil / backup.arc / BACKUP.DOC next >
Text File  |  1987-01-24  |  2KB  |  37 lines

  1. The following programs have been developed to help manage disks for
  2. the Atari ST:
  3.         DISKLIST.PRG - prepares a list of the contents and the space consumed
  4.                        by each.  The list goes to the file "DISKLIST", and
  5.                        for volumes "A:" and "B:" the user is prompted for
  6.                        insertion of multiple volumes.
  7.  
  8.         BKUPSEL.TTP  - Prepares a shell script (for MT C-Shell) that will
  9.                        back-up the selected volume into a library file for
  10.                        ARC.PRG.  The shell script is written to the file
  11.                        "THISBKUP.SH", and for each target backup file
  12.                        selected, the following line is written:
  13.                                C:\ETC\ARC U $1 filename
  14.  
  15.                        The "filename" is determined by comparing the file's
  16.                        timestamp to either the 2nd & 3rd arguments for
  17.                        BKUPSEL.PRG, or to the ascii characters contained in
  18.                        the two-line file BKUPTIME.  At the completion of this
  19.                        program's execution, the file NEWTIME is written with
  20.                        the same format as BKUPTIME.
  21.  
  22.                        syntax: BKUPSEL.PRG path <dd/mm/yy> <hh:mm:ss>
  23.  
  24.         BACKUP.SH    - This is a simple shell script for MT C-Shell that will
  25.                        back-up the contents of volume or subdirectory, using
  26.                        the PD program ARC.TTP and BKUPSEL.TTP.
  27.  
  28.                        syntax: %BACKUP path library <dd/mm/yy> <hh:mm:ss>
  29.  
  30.  
  31.     BACKUP.C     - The C source code for bkupsel.ttp
  32.  
  33. Enjoy, and send your donations to: R.Ritter
  34.                                    10 Blueberry Dr.
  35.                                    Agincourt, ON
  36.                                    CANADA  M1S 3E9
  37.